home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SKILLS.dir / 00020_Script_dt home dk script < prev    next >
Text File  |  2001-09-05  |  199b  |  8 lines

  1. on mouseUp
  2.   repeat with i = 3 to 17
  3.     puppetSprite i, false
  4.     if the visible of sprite i = false then set the visible of sprite i = true
  5.   end repeat
  6.   --updatestage
  7.   go "skillsStay"
  8. end